﻿2026-06-21T22:28:27.2310820Z ##[group]Run set -euo pipefail
2026-06-21T22:28:27.2311149Z [36;1mset -euo pipefail[0m
2026-06-21T22:28:27.2311369Z [36;1mPIN=0c95435[0m
2026-06-21T22:28:27.2311578Z [36;1mCACHE="$HOME/spt-n1-oldbroker"[0m
2026-06-21T22:28:27.2311821Z [36;1mBIN="$CACHE/target/debug/spt"[0m
2026-06-21T22:28:27.2312169Z [36;1m# Self-healing cache: rebuild the pin only when it moves. Clone OUTSIDE[0m
2026-06-21T22:28:27.2312597Z [36;1m# the workspace (a clone inside gets adopted by the cargo workspace).[0m
2026-06-21T22:28:27.2313021Z [36;1mif [ ! -x "$BIN" ] || [ "$(cat "$CACHE/.builtpin" 2>/dev/null || true)" != "$PIN" ]; then[0m
2026-06-21T22:28:27.2313448Z [36;1m  rm -rf "$CACHE"[0m
2026-06-21T22:28:27.2313711Z [36;1m  git clone "$GITHUB_WORKSPACE" "$CACHE"[0m
2026-06-21T22:28:27.2313977Z [36;1m  git -C "$CACHE" checkout "$PIN"[0m
2026-06-21T22:28:27.2314474Z [36;1m  cargo build --manifest-path "$CACHE/Cargo.toml" -p spt --bin spt[0m
2026-06-21T22:28:27.2314809Z [36;1m  echo "$PIN" > "$CACHE/.builtpin"[0m
2026-06-21T22:28:27.2315065Z [36;1mfi[0m
2026-06-21T22:28:27.2315331Z [36;1mSPT_N1_OLD_BROKER="$BIN" cargo test -p spt --test n1_pairing -- --nocapture[0m
2026-06-21T22:28:27.2328873Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
2026-06-21T22:28:27.2329236Z env:
2026-06-21T22:28:27.2329444Z   RUSTFLAGS: -C link-arg=-fuse-ld=mold
2026-06-21T22:28:27.2329674Z ##[endgroup]
2026-06-21T22:28:27.5036175Z    Compiling proc-macro2 v1.0.106
2026-06-21T22:28:27.5036675Z    Compiling unicode-ident v1.0.24
2026-06-21T22:28:27.5036979Z    Compiling quote v1.0.45
2026-06-21T22:28:27.5037277Z    Compiling libc v0.2.186
2026-06-21T22:28:27.5037536Z    Compiling serde_core v1.0.228
2026-06-21T22:28:27.5038198Z    Compiling cfg-if v1.0.4
2026-06-21T22:28:27.5038488Z    Compiling serde v1.0.228
2026-06-21T22:28:27.5038747Z    Compiling log v0.4.32
2026-06-21T22:28:27.5128171Z    Compiling pin-project-lite v0.2.17
2026-06-21T22:28:27.5226757Z    Compiling portable-atomic v1.13.1
2026-06-21T22:28:27.5227459Z    Compiling typenum v1.20.1
2026-06-21T22:28:27.5227989Z    Compiling version_check v0.9.5
2026-06-21T22:28:27.5387087Z    Compiling memchr v2.8.1
2026-06-21T22:28:27.5388084Z    Compiling shlex v2.0.1
2026-06-21T22:28:27.5575844Z    Compiling critical-section v1.2.0
2026-06-21T22:28:27.5611128Z    Compiling find-msvc-tools v0.1.9
2026-06-21T22:28:27.5990883Z    Compiling subtle v2.6.1
2026-06-21T22:28:27.6181056Z    Compiling futures-core v0.3.32
2026-06-21T22:28:27.6336879Z    Compiling bytes v1.11.1
2026-06-21T22:28:27.7613183Z    Compiling smallvec v1.15.1
2026-06-21T22:28:27.7824728Z    Compiling equivalent v1.0.2
2026-06-21T22:28:27.8005840Z    Compiling itoa v1.0.18
2026-06-21T22:28:27.8145160Z    Compiling semver v1.0.28
2026-06-21T22:28:27.8210749Z    Compiling stable_deref_trait v1.2.1
2026-06-21T22:28:27.8386443Z    Compiling slab v0.4.12
2026-06-21T22:28:27.8695066Z    Compiling futures-io v0.3.32
2026-06-21T22:28:27.8791209Z    Compiling futures-sink v0.3.32
2026-06-21T22:28:27.9250669Z    Compiling futures-task v0.3.32
2026-06-21T22:28:27.9360969Z    Compiling generic-array v0.14.7
2026-06-21T22:28:27.9741244Z    Compiling futures-channel v0.3.32
2026-06-21T22:28:28.0307978Z    Compiling rustversion v1.0.22
2026-06-21T22:28:28.0309256Z    Compiling bitflags v2.12.1
2026-06-21T22:28:28.0371100Z    Compiling hashbrown v0.17.1
2026-06-21T22:28:28.0441557Z    Compiling cpufeatures v0.2.17
2026-06-21T22:28:28.1250498Z    Compiling rustc_version v0.4.1
2026-06-21T22:28:28.1300616Z    Compiling fnv v1.0.7
2026-06-21T22:28:28.1440539Z    Compiling strsim v0.11.1
2026-06-21T22:28:28.1560562Z    Compiling cfg_aliases v0.2.1
2026-06-21T22:28:28.2160360Z    Compiling rand_core v0.10.1
2026-06-21T22:28:28.2260251Z    Compiling writeable v0.6.3
2026-06-21T22:28:28.2390350Z    Compiling litemap v0.8.2
2026-06-21T22:28:28.2650800Z    Compiling getrandom v0.4.2
2026-06-21T22:28:28.2810534Z    Compiling dunce v1.0.5
2026-06-21T22:28:28.3870480Z    Compiling icu_properties_data v2.2.0
2026-06-21T22:28:28.4030353Z    Compiling utf8_iter v1.0.4
2026-06-21T22:28:28.4660798Z    Compiling fs_extra v1.3.0
2026-06-21T22:28:28.4970772Z    Compiling ident_case v1.0.1
2026-06-21T22:28:28.5475327Z    Compiling icu_normalizer_data v2.2.0
2026-06-21T22:28:28.6350545Z    Compiling percent-encoding v2.3.2
2026-06-21T22:28:28.6390597Z    Compiling autocfg v1.5.1
2026-06-21T22:28:28.7070709Z    Compiling http v1.4.1
2026-06-21T22:28:28.7564888Z    Compiling thiserror v2.0.18
2026-06-21T22:28:28.7870723Z    Compiling syn v2.0.117
2026-06-21T22:28:28.8000750Z    Compiling cpufeatures v0.3.0
2026-06-21T22:28:28.8099084Z    Compiling aws-lc-rs v1.17.0
2026-06-21T22:28:28.8230707Z    Compiling unicode-segmentation v1.13.3
2026-06-21T22:28:28.8469962Z    Compiling scopeguard v1.2.0
2026-06-21T22:28:28.8592942Z    Compiling chacha20 v0.10.0
2026-06-21T22:28:28.8668434Z    Compiling form_urlencoded v1.2.2
2026-06-21T22:28:28.8770826Z    Compiling untrusted v0.9.0
2026-06-21T22:28:28.9858068Z    Compiling indexmap v2.14.0
2026-06-21T22:28:29.0060572Z    Compiling lock_api v0.4.14
2026-06-21T22:28:29.0301066Z    Compiling rustls v0.23.40
2026-06-21T22:28:29.0941158Z    Compiling heck v0.5.0
2026-06-21T22:28:29.1157065Z    Compiling const-oid v0.10.2
2026-06-21T22:28:29.1481423Z    Compiling anyhow v1.0.102
2026-06-21T22:28:29.1614345Z    Compiling atomic-waker v1.1.2
2026-06-21T22:28:29.1740196Z    Compiling unicode-xid v0.2.6
2026-06-21T22:28:29.1830530Z    Compiling parking_lot_core v0.9.12
2026-06-21T22:28:29.2490659Z    Compiling zerocopy v0.8.50
2026-06-21T22:28:29.2630986Z    Compiling paste v1.0.15
2026-06-21T22:28:29.2690347Z    Compiling httparse v1.10.1
2026-06-21T22:28:29.2730595Z    Compiling num-traits v0.2.19
2026-06-21T22:28:29.3270397Z    Compiling hybrid-array v0.4.12
2026-06-21T22:28:29.3630272Z    Compiling convert_case v0.10.0
2026-06-21T22:28:29.4170218Z    Compiling curve25519-dalek v4.1.3
2026-06-21T22:28:29.4460634Z    Compiling jobserver v0.1.34
2026-06-21T22:28:29.4890559Z    Compiling ahash v0.8.12
2026-06-21T22:28:29.5225945Z    Compiling fastrand v2.4.1
2026-06-21T22:28:29.5308789Z    Compiling base64ct v1.8.3
2026-06-21T22:28:29.6801012Z    Compiling either v1.16.0
2026-06-21T22:28:29.6801887Z    Compiling powerfmt v0.2.0
2026-06-21T22:28:29.7423632Z    Compiling cc v1.2.63
2026-06-21T22:28:29.8300729Z    Compiling crypto-common v0.1.7
2026-06-21T22:28:29.8301926Z    Compiling block-buffer v0.10.4
2026-06-21T22:28:29.8430549Z    Compiling http-body v1.0.1
2026-06-21T22:28:29.8810752Z    Compiling pem-rfc7468 v1.0.0
2026-06-21T22:28:29.8980859Z    Compiling deranged v0.5.8
2026-06-21T22:28:29.9708551Z    Compiling digest v0.10.7
2026-06-21T22:28:29.9850786Z    Compiling data-encoding v2.11.0
2026-06-21T22:28:30.0120605Z    Compiling try-lock v0.2.5
2026-06-21T22:28:30.0260931Z    Compiling time-core v0.1.8
2026-06-21T22:28:30.0898816Z    Compiling num-conv v0.2.2
2026-06-21T22:28:30.1160813Z    Compiling vcpkg v0.2.15
2026-06-21T22:28:30.2081301Z    Compiling mio v1.2.1
2026-06-21T22:28:30.2481003Z    Compiling socket2 v0.6.4
2026-06-21T22:28:30.2570319Z    Compiling getrandom v0.2.17
2026-06-21T22:28:30.3355037Z    Compiling pkg-config v0.3.33
2026-06-21T22:28:30.3580583Z    Compiling tinyvec_macros v0.1.1
2026-06-21T22:28:30.4220338Z    Compiling rand_core v0.6.4
2026-06-21T22:28:30.4340382Z    Compiling zmij v1.0.21
2026-06-21T22:28:30.4570932Z    Compiling base64 v0.22.1
2026-06-21T22:28:30.5140491Z    Compiling rand v0.10.1
2026-06-21T22:28:30.5600427Z    Compiling tower-service v0.3.3
2026-06-21T22:28:30.6120702Z    Compiling parking_lot v0.12.5
2026-06-21T22:28:30.6170651Z    Compiling tinyvec v1.11.0
2026-06-21T22:28:30.6230370Z    Compiling sha2 v0.10.9
2026-06-21T22:28:30.8750527Z    Compiling want v0.3.1
2026-06-21T22:28:30.9390309Z    Compiling block-buffer v0.12.0
2026-06-21T22:28:31.0690540Z    Compiling crypto-common v0.2.2
2026-06-21T22:28:31.0760306Z    Compiling inout v0.1.4
2026-06-21T22:28:31.0810737Z    Compiling vergen-lib v9.1.0
2026-06-21T22:28:31.1076834Z    Compiling cmake v0.1.58
2026-06-21T22:28:31.1331032Z    Compiling n0-future v0.3.2
2026-06-21T22:28:31.1460533Z    Compiling serde_json v1.0.150
2026-06-21T22:28:31.1930760Z    Compiling winnow v1.0.3
2026-06-21T22:28:31.2300822Z    Compiling parking v2.2.1
2026-06-21T22:28:31.2400686Z    Compiling signature v2.2.0
2026-06-21T22:28:31.2680557Z    Compiling cordyceps v0.3.4
2026-06-21T22:28:31.3620562Z    Compiling httpdate v1.0.3
2026-06-21T22:28:31.3709504Z    Compiling crossbeam-utils v0.8.21
2026-06-21T22:28:31.3770537Z    Compiling diatomic-waker v0.2.3
2026-06-21T22:28:31.3870442Z    Compiling spin v0.10.0
2026-06-21T22:28:31.4368835Z    Compiling futures-lite v2.6.1
2026-06-21T22:28:31.4751305Z    Compiling ed25519 v2.2.3
2026-06-21T22:28:31.5019939Z    Compiling cipher v0.4.4
2026-06-21T22:28:31.5226739Z    Compiling netlink-packet-core v0.8.1
2026-06-21T22:28:31.5420628Z    Compiling universal-hash v0.5.1
2026-06-21T22:28:31.6139424Z    Compiling vergen v9.1.0
2026-06-21T22:28:31.6520364Z    Compiling futures-buffered v0.2.13
2026-06-21T22:28:31.6560603Z    Compiling vergen-lib v0.1.6
2026-06-21T22:28:31.6610289Z    Compiling curve25519-dalek v5.0.0-pre.6
2026-06-21T22:28:31.6690486Z    Compiling heapless v0.7.17
2026-06-21T22:28:31.6729204Z    Compiling noq-udp v0.10.0
2026-06-21T22:28:31.7315448Z    Compiling sync_wrapper v1.0.2
2026-06-21T22:28:31.7840495Z    Compiling byteorder v1.5.0
2026-06-21T22:28:31.8020744Z    Compiling opaque-debug v0.3.1
2026-06-21T22:28:31.8487579Z    Compiling allocator-api2 v0.2.21
2026-06-21T22:28:31.8495787Z    Compiling toml_datetime v1.1.1+spec-1.1.0
2026-06-21T22:28:31.8711775Z    Compiling polyval v0.6.2
2026-06-21T22:28:32.0126131Z    Compiling digest v0.11.3
2026-06-21T22:28:32.0213739Z    Compiling hash32 v0.2.1
2026-06-21T22:28:32.0282440Z    Compiling spin v0.9.8
2026-06-21T22:28:32.0590871Z    Compiling aws-lc-sys v0.41.0
2026-06-21T22:28:32.0740695Z    Compiling ring v0.17.14
2026-06-21T22:28:32.0841732Z    Compiling libsqlite3-sys v0.30.1
2026-06-21T22:28:32.1210362Z    Compiling vergen-gitcl v1.0.8
2026-06-21T22:28:32.1560116Z    Compiling num_threads v0.1.7
2026-06-21T22:28:32.2430221Z    Compiling tower-layer v0.3.3
2026-06-21T22:28:32.2580530Z    Compiling fallible-streaming-iterator v0.1.9
2026-06-21T22:28:32.2724523Z    Compiling ryu v1.0.23
2026-06-21T22:28:32.2891675Z    Compiling fallible-iterator v0.3.0
2026-06-21T22:28:32.3570950Z    Compiling signature v3.0.0
2026-06-21T22:28:32.4067823Z    Compiling time v0.3.47
2026-06-21T22:28:32.4250446Z    Compiling sha2 v0.11.0-rc.5
2026-06-21T22:28:32.4860471Z    Compiling ghash v0.5.1
2026-06-21T22:28:32.5321309Z    Compiling ctr v0.9.2
2026-06-21T22:28:32.5880925Z    Compiling aes v0.8.4
2026-06-21T22:28:32.5971203Z    Compiling fs2 v0.4.3
2026-06-21T22:28:32.6083352Z    Compiling http-body-util v0.1.3
2026-06-21T22:28:32.7018155Z    Compiling aead v0.5.2
2026-06-21T22:28:32.7171427Z    Compiling openssl-probe v0.2.1
2026-06-21T22:28:32.7300649Z    Compiling crossbeam-epoch v0.9.18
2026-06-21T22:28:32.7910875Z    Compiling crossbeam-channel v0.5.15
2026-06-21T22:28:32.8372758Z    Compiling blake3 v1.8.5
2026-06-21T22:28:32.8990861Z    Compiling toml_parser v1.1.2+spec-1.1.0
2026-06-21T22:28:32.8991806Z    Compiling netlink-packet-route v0.29.0
2026-06-21T22:28:32.9921273Z    Compiling uuid v1.23.2
2026-06-21T22:28:33.0110829Z    Compiling memoffset v0.6.5
2026-06-21T22:28:33.1829287Z    Compiling aes-gcm v0.10.3
2026-06-21T22:28:33.1902174Z    Compiling acto v0.8.2
2026-06-21T22:28:33.2021010Z    Compiling netwatch v0.16.0
2026-06-21T22:28:33.3887760Z    Compiling noq v0.18.0
2026-06-21T22:28:33.3903413Z    Compiling rustc-hash v2.1.2
2026-06-21T22:28:33.4371008Z    Compiling foldhash v0.2.0
2026-06-21T22:28:33.4919080Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-06-21T22:28:33.4993393Z    Compiling mac-addr v0.3.0
2026-06-21T22:28:33.5111069Z    Compiling identity-hash v0.1.0
2026-06-21T22:28:33.5950777Z    Compiling ref-cast v1.0.25
2026-06-21T22:28:33.6050690Z    Compiling sorted-index-buffer v0.2.1
2026-06-21T22:28:33.6242127Z    Compiling xml-rs v0.8.28
2026-06-21T22:28:33.6360421Z    Compiling rustix v1.1.4
2026-06-21T22:28:33.7072180Z    Compiling thiserror v1.0.69
2026-06-21T22:28:33.7650656Z    Compiling lru-slab v0.1.2
2026-06-21T22:28:33.7720570Z    Compiling tagptr v0.2.0
2026-06-21T22:28:33.8430418Z    Compiling hashbrown v0.16.1
2026-06-21T22:28:33.9100327Z    Compiling synstructure v0.13.2
2026-06-21T22:28:33.9370923Z    Compiling darling_core v0.20.11
2026-06-21T22:28:33.9455577Z    Compiling serde_derive_internals v0.29.1
2026-06-21T22:28:34.0970387Z    Compiling netlink-packet-route v0.30.0
2026-06-21T22:28:34.5608011Z    Compiling proc-macro-crate v3.5.0
2026-06-21T22:28:34.6440916Z    Compiling xmltree v0.10.3
2026-06-21T22:28:34.6856698Z    Compiling serial-core v0.4.0
2026-06-21T22:28:34.8212781Z    Compiling ioctl-rs v0.1.6
2026-06-21T22:28:34.8600661Z    Compiling termios v0.2.2
2026-06-21T22:28:34.8810837Z    Compiling errno v0.3.14
2026-06-21T22:28:34.9136893Z    Compiling aho-corasick v1.1.4
2026-06-21T22:28:34.9313114Z    Compiling simple-dns v0.9.3
2026-06-21T22:28:34.9861950Z    Compiling simdutf8 v0.1.5
2026-06-21T22:28:34.9980818Z    Compiling regex-syntax v0.8.10
2026-06-21T22:28:35.0063279Z    Compiling constant_time_eq v0.4.2
2026-06-21T22:28:35.0169767Z    Compiling signal-hook v0.3.18
2026-06-21T22:28:35.0443125Z    Compiling sha1_smol v1.0.1
2026-06-21T22:28:35.1617523Z    Compiling linux-raw-sys v0.12.1
2026-06-21T22:28:35.1780446Z    Compiling arrayvec v0.7.6
2026-06-21T22:28:35.2271387Z    Compiling winnow v0.7.15
2026-06-21T22:28:35.2510359Z    Compiling resolv-conf v0.7.6
2026-06-21T22:28:35.2629795Z    Compiling toml_write v0.1.2
2026-06-21T22:28:35.3171787Z    Compiling smol_str v0.1.24
2026-06-21T22:28:35.4320584Z    Compiling arrayref v0.3.9
2026-06-21T22:28:35.5069262Z    Compiling signal-hook-registry v1.4.8
2026-06-21T22:28:35.5140541Z    Compiling serial-unix v0.4.0
2026-06-21T22:28:35.7267341Z    Compiling lru v0.16.4
2026-06-21T22:28:35.8790743Z    Compiling darling_core v0.23.0
2026-06-21T22:28:35.8990638Z    Compiling serde_bytes v0.11.19
2026-06-21T22:28:35.9060492Z    Compiling serde_derive v1.0.228
2026-06-21T22:28:35.9090791Z    Compiling zeroize_derive v1.4.3
2026-06-21T22:28:36.1447756Z    Compiling tokio-macros v2.7.0
2026-06-21T22:28:36.1641641Z    Compiling zerofrom-derive v0.1.7
2026-06-21T22:28:36.4629408Z    Compiling zeroize v1.8.2
2026-06-21T22:28:36.6359723Z    Compiling futures-macro v0.3.32
2026-06-21T22:28:36.8659934Z    Compiling tokio v1.52.3
2026-06-21T22:28:37.2260607Z    Compiling yoke-derive v0.8.2
2026-06-21T22:28:37.4930757Z    Compiling futures-util v0.3.32
2026-06-21T22:28:37.6041541Z    Compiling zerofrom v0.1.8
2026-06-21T22:28:37.6730488Z    Compiling zerovec-derive v0.11.3
2026-06-21T22:28:37.7060438Z    Compiling displaydoc v0.2.6
2026-06-21T22:28:37.7228238Z    Compiling tracing-attributes v0.1.31
2026-06-21T22:28:37.8469309Z    Compiling rustls-pki-types v1.14.1
2026-06-21T22:28:38.5066036Z    Compiling thiserror-impl v2.0.18
2026-06-21T22:28:38.5260327Z    Compiling curve25519-dalek-derive v0.1.1
2026-06-21T22:28:38.6420654Z    Compiling yoke v0.8.3
2026-06-21T22:28:38.8393124Z    Compiling zerotrie v0.2.4
2026-06-21T22:28:39.1780978Z    Compiling zerovec v0.11.6
2026-06-21T22:28:39.1998107Z    Compiling darling_macro v0.20.11
2026-06-21T22:28:39.2322758Z    Compiling derive_more-impl v2.1.1
2026-06-21T22:28:39.2401188Z    Compiling spez v0.1.2
2026-06-21T22:28:39.2789866Z    Compiling n0-error-macros v0.1.3
2026-06-21T22:28:39.5541192Z    Compiling darling v0.20.11
2026-06-21T22:28:39.6210362Z    Compiling der v0.8.0-rc.10
2026-06-21T22:28:39.6439953Z    Compiling derive_builder_core v0.20.2
2026-06-21T22:28:39.7800513Z    Compiling pin-project-internal v1.1.13
2026-06-21T22:28:40.0961149Z    Compiling tinystr v0.8.3
2026-06-21T22:28:40.2057956Z    Compiling potential_utf v0.1.5
2026-06-21T22:28:40.3480481Z    Compiling icu_locale_core v2.2.0
2026-06-21T22:28:40.4128886Z    Compiling icu_collections v2.2.0
2026-06-21T22:28:40.5520399Z    Compiling n0-error v0.1.3
2026-06-21T22:28:40.8439377Z    Compiling derive_builder_macro v0.20.2
2026-06-21T22:28:40.9410939Z    Compiling ed25519-dalek v2.2.0
2026-06-21T22:28:41.2091120Z    Compiling ipnet v2.12.0
2026-06-21T22:28:41.2290579Z    Compiling derive_builder v0.20.2
2026-06-21T22:28:41.2420578Z    Compiling pin-project v1.1.13
2026-06-21T22:28:41.2750596Z    Compiling spki v0.8.0-rc.4
2026-06-21T22:28:41.3374349Z    Compiling futures-executor v0.3.32
2026-06-21T22:28:41.4771225Z    Compiling pkcs8 v0.11.0-rc.10
2026-06-21T22:28:41.5050539Z    Compiling futures v0.3.32
2026-06-21T22:28:41.5729432Z    Compiling icu_provider v2.2.0
2026-06-21T22:28:41.6499111Z    Compiling prefix-trie v0.8.4
2026-06-21T22:28:41.6882580Z    Compiling ed25519 v3.0.0-rc.4
2026-06-21T22:28:41.7271326Z    Compiling spt-proto v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-proto)
2026-06-21T22:28:42.0105869Z    Compiling once_cell v1.21.4
2026-06-21T22:28:42.0200314Z    Compiling icu_normalizer v2.2.0
2026-06-21T22:28:42.0300368Z    Compiling icu_properties v2.2.0
2026-06-21T22:28:42.1060751Z    Compiling cobs v0.3.0
2026-06-21T22:28:42.1701258Z    Compiling data-encoding-macro-internal v0.1.18
2026-06-21T22:28:42.2770680Z    Compiling tracing-core v0.1.36
2026-06-21T22:28:42.4020623Z    Compiling postcard-derive v0.2.2
2026-06-21T22:28:42.5430186Z    Compiling hashbrown v0.14.5
2026-06-21T22:28:42.5877293Z    Compiling rustls-native-certs v0.8.4
2026-06-21T22:28:42.6250842Z    Compiling data-encoding-macro v0.1.20
2026-06-21T22:28:42.6943256Z    Compiling enum-assoc v1.3.0
2026-06-21T22:28:42.8115281Z    Compiling tracing v0.1.44
2026-06-21T22:28:42.9341056Z    Compiling tokio-util v0.7.18
2026-06-21T22:28:43.0411192Z    Compiling netlink-sys v0.8.8
2026-06-21T22:28:43.1574391Z    Compiling postcard v1.1.3
2026-06-21T22:28:43.1680273Z    Compiling tower v0.5.3
2026-06-21T22:28:43.3261396Z    Compiling iroh-metrics-derive v0.4.1
2026-06-21T22:28:43.3396536Z    Compiling ed25519-dalek v3.0.0-pre.6
2026-06-21T22:28:43.3871331Z    Compiling hashlink v0.9.1
2026-06-21T22:28:43.4300696Z    Compiling idna_adapter v1.2.2
2026-06-21T22:28:43.5152642Z    Compiling strum_macros v0.28.0
2026-06-21T22:28:43.5636436Z    Compiling idna v1.1.0
2026-06-21T22:28:43.6484411Z    Compiling async-trait v0.1.89
2026-06-21T22:28:43.6626602Z    Compiling derive_more v2.1.1
2026-06-21T22:28:43.7391420Z    Compiling num_enum_derive v0.7.6
2026-06-21T22:28:43.7540697Z    Compiling netlink-proto v0.12.0
2026-06-21T22:28:43.8300745Z    Compiling netdev v0.42.0
2026-06-21T22:28:43.8440651Z    Compiling iroh-metrics v0.38.3
2026-06-21T22:28:43.8810495Z    Compiling iroh-relay v0.98.0
2026-06-21T22:28:43.9300727Z    Compiling h2 v0.4.14
2026-06-21T22:28:44.0030758Z    Compiling rusqlite v0.32.1
2026-06-21T22:28:44.0136645Z    Compiling url v2.5.8
2026-06-21T22:28:44.0591837Z    Compiling tokio-stream v0.1.18
2026-06-21T22:28:44.0797599Z    Compiling n0-watcher v0.6.1
2026-06-21T22:28:44.2051073Z    Compiling moka v0.12.15
2026-06-21T22:28:44.3360435Z    Compiling toml_datetime v0.6.11
2026-06-21T22:28:44.3672084Z    Compiling serde_spanned v0.6.9
2026-06-21T22:28:44.5200549Z    Compiling thiserror-impl v1.0.69
2026-06-21T22:28:44.6710643Z    Compiling ref-cast-impl v1.0.25
2026-06-21T22:28:44.6870465Z    Compiling toml_edit v0.22.27
2026-06-21T22:28:44.8020971Z    Compiling num_enum v0.7.6
2026-06-21T22:28:44.8740487Z    Compiling hickory-proto v0.26.0-beta.4
2026-06-21T22:28:44.9135946Z    Compiling attohttpc v0.30.1
2026-06-21T22:28:44.9221325Z    Compiling iroh-base v0.98.0
2026-06-21T22:28:44.9324770Z    Compiling tower-http v0.6.11
2026-06-21T22:28:45.2380718Z    Compiling spt-store v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-store)
2026-06-21T22:28:45.5186294Z    Compiling webpki-roots v1.0.7
2026-06-21T22:28:45.5380549Z    Compiling regex-automata v0.4.14
2026-06-21T22:28:45.6162202Z    Compiling schemars_derive v1.2.1
2026-06-21T22:28:45.6310626Z    Compiling hmac v0.12.1
2026-06-21T22:28:45.7150543Z    Compiling seize v0.5.1
2026-06-21T22:28:45.7600971Z    Compiling iroh v0.98.2
2026-06-21T22:28:45.8640688Z    Compiling cmov v0.5.4
2026-06-21T22:28:46.0395959Z    Compiling pin-utils v0.1.0
2026-06-21T22:28:46.1220310Z    Compiling bitflags v1.3.2
2026-06-21T22:28:46.1360728Z    Compiling dyn-clone v1.0.20
2026-06-21T22:28:46.1804336Z    Compiling rustix v0.38.44
2026-06-21T22:28:46.2570339Z    Compiling utf8parse v0.2.2
2026-06-21T22:28:46.2588145Z    Compiling filedescriptor v0.8.3
2026-06-21T22:28:46.2811081Z    Compiling nix v0.25.1
2026-06-21T22:28:46.3013846Z    Compiling ctutils v0.4.2
2026-06-21T22:28:46.4157366Z    Compiling anstyle-parse v1.0.0
2026-06-21T22:28:46.4361085Z    Compiling strum v0.28.0
2026-06-21T22:28:46.5410750Z    Compiling iroh-dns v0.98.0
2026-06-21T22:28:46.5900099Z    Compiling papaya v0.2.4
2026-06-21T22:28:46.6110881Z    Compiling hkdf v0.12.4
2026-06-21T22:28:46.6370713Z    Compiling backon v1.6.0
2026-06-21T22:28:46.6449474Z    Compiling darling_macro v0.23.0
2026-06-21T22:28:46.7563496Z    Compiling serial v0.4.0
2026-06-21T22:28:46.7566620Z    Compiling shell-words v1.1.1
2026-06-21T22:28:46.8230840Z    Compiling linux-raw-sys v0.4.15
2026-06-21T22:28:46.9594022Z    Compiling is_terminal_polyfill v1.70.2
2026-06-21T22:28:46.9850645Z    Compiling downcast-rs v1.2.1
2026-06-21T22:28:47.0220574Z    Compiling anstyle-query v1.1.5
2026-06-21T22:28:47.0530745Z    Compiling anstyle v1.0.14
2026-06-21T22:28:47.0753094Z    Compiling foldhash v0.1.5
2026-06-21T22:28:47.1122413Z    Compiling instability v0.3.12
2026-06-21T22:28:47.1172475Z    Compiling colorchoice v1.0.5
2026-06-21T22:28:47.1261376Z    Compiling darling v0.23.0
2026-06-21T22:28:47.1460964Z    Compiling signal-hook-mio v0.2.5
2026-06-21T22:28:47.1866117Z    Compiling spake2 v0.4.0
2026-06-21T22:28:47.2140967Z    Compiling hashbrown v0.15.5
2026-06-21T22:28:47.2480129Z    Compiling anstream v1.0.0
2026-06-21T22:28:47.2915426Z    Compiling terminal_size v0.4.4
2026-06-21T22:28:47.2990881Z    Compiling strum_macros v0.26.4
2026-06-21T22:28:47.3111394Z    Compiling sha1 v0.10.6
2026-06-21T22:28:47.4350607Z    Compiling toml v0.8.23
2026-06-21T22:28:47.5920386Z    Compiling itertools v0.13.0
2026-06-21T22:28:47.6190498Z    Compiling castaway v0.2.4
2026-06-21T22:28:47.6783104Z    Compiling schemars v1.2.1
2026-06-21T22:28:47.6940949Z    Compiling swarm-discovery v0.6.0-alpha.2
2026-06-21T22:28:47.7270513Z    Compiling unicode-width v0.1.14
2026-06-21T22:28:48.0275355Z    Compiling static_assertions v1.1.0
2026-06-21T22:28:48.0370311Z    Compiling clap_lex v1.1.0
2026-06-21T22:28:48.0990362Z    Compiling indoc v2.0.7
2026-06-21T22:28:48.3050527Z    Compiling doctest-file v1.1.1
2026-06-21T22:28:48.5060898Z    Compiling spt-msg v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-msg)
2026-06-21T22:28:48.5660414Z    Compiling crossterm v0.28.1
2026-06-21T22:28:48.8590455Z    Compiling regex v1.12.3
2026-06-21T22:28:49.1790725Z    Compiling interprocess v2.4.2
2026-06-21T22:28:49.3600416Z    Compiling hyper v1.10.1
2026-06-21T22:28:49.5021087Z    Compiling spt-runtime v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-runtime)
2026-06-21T22:28:49.6980481Z    Compiling unicode-truncate v1.1.0
2026-06-21T22:28:49.7180503Z    Compiling strum v0.26.3
2026-06-21T22:28:49.8550540Z    Compiling clap_builder v4.6.0
2026-06-21T22:28:49.8607862Z    Compiling compact_str v0.8.2
2026-06-21T22:28:50.0234611Z    Compiling lru v0.12.5
2026-06-21T22:28:50.1313492Z    Compiling clap_derive v4.6.1
2026-06-21T22:28:50.1920849Z    Compiling unicode-width v0.2.0
2026-06-21T22:28:50.1982655Z    Compiling iana-time-zone v0.1.65
2026-06-21T22:28:50.3055257Z    Compiling portable-pty v0.8.1
2026-06-21T22:28:50.3800974Z    Compiling cassowary v0.3.0
2026-06-21T22:28:50.3824131Z    Compiling chrono v0.4.45
2026-06-21T22:28:50.4674971Z    Compiling nucleo-matcher v0.3.1
2026-06-21T22:28:50.5790839Z    Compiling qrcode v0.14.1
2026-06-21T22:28:50.8259327Z    Compiling spt-term v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-term)
2026-06-21T22:28:51.3860462Z    Compiling hyper-util v0.1.20
2026-06-21T22:28:51.4322374Z    Compiling ratatui v0.29.0
2026-06-21T22:28:51.4360757Z    Compiling tempfile v3.27.0
2026-06-21T22:28:52.4420976Z    Compiling spt-live v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-live)
2026-06-21T22:28:52.5449398Z    Compiling clap v4.6.1
2026-06-21T22:28:53.1689142Z    Compiling igd-next v0.17.1
2026-06-21T22:28:54.3462695Z    Compiling portmapper v0.16.0
2026-06-21T22:28:59.1700416Z    Compiling rustls-webpki v0.103.13
2026-06-21T22:29:01.5785114Z    Compiling tokio-rustls v0.26.4
2026-06-21T22:29:01.5785735Z    Compiling noq-proto v0.17.0
2026-06-21T22:29:01.5786727Z    Compiling rustls-platform-verifier v0.7.0
2026-06-21T22:29:01.7348920Z    Compiling hickory-net v0.26.0-beta.4
2026-06-21T22:29:01.7349528Z    Compiling hyper-rustls v0.27.9
2026-06-21T22:29:01.7350172Z    Compiling tokio-websockets v0.13.2
2026-06-21T22:29:01.8701407Z    Compiling reqwest v0.13.4
2026-06-21T22:29:02.7436146Z    Compiling hickory-resolver v0.26.0-beta.4
2026-06-21T22:29:16.3935705Z    Compiling spt-net v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-net)
2026-06-21T22:29:17.7415969Z    Compiling spt-daemon v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-daemon)
2026-06-21T22:29:24.9028623Z    Compiling spt v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt)
2026-06-21T22:29:28.5713082Z     Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 01s
2026-06-21T22:29:28.5934083Z      Running tests/n1_pairing.rs (target/debug/deps/n1_pairing-a610d2092bf5e776)
2026-06-21T22:29:28.5946341Z 
2026-06-21T22:29:28.5948553Z running 1 test
2026-06-21T22:29:34.7888677Z test new_brain_serves_against_old_broker ... ok
2026-06-21T22:29:34.7889102Z 
2026-06-21T22:29:34.7889417Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 6.19s
2026-06-21T22:29:34.7889815Z 
